home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 07 - 1991 / 07.11 Nov 91 / TPose Source / DemoText Patches / UDemoText.inc1.p.df < prev    next >
Encoding:
Text File  |  1991-05-23  |  918 b   |  28 lines  |  [TEXT/MPS ]

  1. File #1: Mr. Disk:Articles:TPoseDialogCmd:Source, etc.:UDemoText.inc1.p
  2. File #2: MacII:MPW:MacApp 2.0.1:Examples:DemoText:UDemoText.inc1.p
  3.  
  4. Extra lines in 1st before 6 in 2nd (File "Mr. Disk:Articles:TPoseDialogCmd:Source, etc.:UDemoText.inc1.p"; Line 6:16; File "MacII:MPW:MacApp 2.0.1:Examples:DemoText:UDemoText.inc1.p"; Line Δ6)
  5.  
  6. USES
  7.     { • Building Blocks }
  8.     UDialog, UGridView,                        { JLP:  for initialization }
  9.     UMenuItemCommand,                        { JLP: needed by UCharacterDialog }
  10.     UCharacterDialog,                        { JLP:  for initialization }
  11.     
  12.     { • Implementation use }
  13.     ToolUtils, Fonts, Resources, Script, Picker;
  14.  
  15.  
  16.  
  17.  
  18. Nonmatching lines (File "Mr. Disk:Articles:TPoseDialogCmd:Source, etc.:UDemoText.inc1.p"; Line 34:37; File "MacII:MPW:MacApp 2.0.1:Examples:DemoText:UDemoText.inc1.p"; Line 23)
  19.     InitUDialog;                { JLP }
  20.     InitUGridView;                { JLP }
  21.     InitUCharacterDialog;        { JLP }
  22.     
  23.  
  24.  
  25.  
  26.  
  27. *** EOF on both files at the same time ***
  28.